home *** CD-ROM | disk | FTP | other *** search
/ Iron Maiden - Maiden Hell! / Iron Maiden - Maiden Hell! Promotional CD-ROM.iso / mac / promo.dxr / scripts_53_move viewer (album) = .ls < prev    next >
Encoding:
Text File  |  1998-09-16  |  600 b   |  19 lines

  1. on mouseEnter
  2.   set the cursor of sprite the currentSpriteNum to [the number of member "hand", the number of member "handmask"]
  3.   set the member of sprite 16 to "rollover-album"
  4. end
  5.  
  6. on mouseDown
  7.   repeat while the stillDown
  8.     set the locH of sprite the currentSpriteNum to the mouseH
  9.     updateStage()
  10.     set the locH of sprite 6 to 387 - ((the locH of sprite 25 - 368) * 8.11110000000000042)
  11.     updateStage()
  12.   end repeat
  13. end
  14.  
  15. on mouseLeave
  16.   set the cursor of sprite the currentSpriteNum to [the number of member "hand", the number of member "handmask"]
  17.   set the puppet of sprite 16 to 0
  18. end
  19.